This important fix and will be god to incude this to 1.2.5.
authorTomasz Kłoczko <kloczek@src.gnome.org>
Thu, 23 Sep 1999 04:41:32 +0000 (04:41 +0000)
committerTomasz Kłoczko <kloczek@src.gnome.org>
Thu, 23 Sep 1999 04:41:32 +0000 (04:41 +0000)
Fix default font list name. Now on initializing gtk+ look for:
first: -*-aplos-medium-r-normal--12-*-*-*-*-*-iso8859-2 (this is biznet font),
second: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2,
third: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1.

Now all translated text to EE languages are displayed with correct font on
system with installed biznet iso8859-2 pixmap fonts (many Linux
distribution).

gtk/gtkrc.iso88592

index cfe71a2e4849ed758d1fa063f14f72b4eea7c09b..4d5665ff0e471c40e263a941e50041e708ffd667 100644 (file)
@@ -5,8 +5,9 @@
 # and a gtkrc.$LANG doesn't exist yet.
 
 style "default" {
-       fontset = "-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
-                 -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2"
+       fontset = "-*-aplos-medium-r-normal--12-*-*-*-*-*-iso8859-2,
+                 -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2,\
+                 -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1"
 }
 class "GtkWidget" style "default"